home *** CD-ROM | disk | FTP | other *** search
- // Borland C++ Builder
- // Copyright (c) 1995, 1998 by Borland International
- // All rights reserved
-
- // (DO NOT EDIT: machine generated header) 'AHMTAboutDialog.pas' rev: 3.00
-
- #ifndef AHMTAboutDialogHPP
- #define AHMTAboutDialogHPP
- #include <AHMFreeware.hpp>
- #include <Buttons.hpp>
- #include <StdCtrls.hpp>
- #include <ExtCtrls.hpp>
- #include <Forms.hpp>
- #include <Graphics.hpp>
- #include <Controls.hpp>
- #include <Classes.hpp>
- #include <Messages.hpp>
- #include <Windows.hpp>
- #include <SysUtils.hpp>
- #include <SysInit.hpp>
- #include <System.hpp>
-
- //-- user supplied -----------------------------------------------------------
-
- namespace Ahmtaboutdialog
- {
- //-- type declarations -------------------------------------------------------
- class DELPHICLASS TAHMAboutInfoForm;
- class PASCALIMPLEMENTATION TAHMAboutInfoForm : public Forms::TForm
- {
- typedef Forms::TForm inherited;
-
- __published:
- Extctrls::TPanel* Panel1;
- Extctrls::TPanel* Panel2;
- Extctrls::TPanel* Panel3;
- Extctrls::TPanel* Panel4;
- Extctrls::TPanel* Panel5;
- Extctrls::TImage* Image1;
- Stdctrls::TListBox* ListBox1;
- Buttons::TBitBtn* BitBtn1;
- Buttons::TBitBtn* BitBtn2;
- Stdctrls::TLabel* Label1;
- Stdctrls::TLabel* Label2;
- void __fastcall FormShow(System::TObject* Sender);
- void __fastcall BitBtn1Click(System::TObject* Sender);
- void __fastcall BitBtn2Click(System::TObject* Sender);
-
- public:
- Classes::TStrings* xlitems;
- Classes::TStrings* xlitems2;
- public:
- /* TCustomForm.Create */ __fastcall virtual TAHMAboutInfoForm(Classes::TComponent* AOwner) : Forms::
- TForm(AOwner) { }
- /* TCustomForm.CreateNew */ __fastcall TAHMAboutInfoForm(Classes::TComponent* AOwner, int Dummy) :
- Forms::TForm(AOwner, Dummy) { }
- /* TCustomForm.Destroy */ __fastcall virtual ~TAHMAboutInfoForm(void) { }
-
- public:
- /* TWinControl.CreateParented */ __fastcall TAHMAboutInfoForm(HWND ParentWindow) : Forms::TForm(ParentWindow
- ) { }
-
- };
-
- class DELPHICLASS TAHMAboutDialog;
- class PASCALIMPLEMENTATION TAHMAboutDialog : public Classes::TComponent
- {
- typedef Classes::TComponent inherited;
-
- private:
- Ahmfreeware::TAHMAboutFreeStr FAbout;
- Classes::TStrings* fact;
- Classes::TStrings* fsys;
- System::AnsiString fver;
- Graphics::TFont* fFont;
- void __fastcall sact(Classes::TStrings* value);
- void __fastcall ssys(Classes::TStrings* value);
- void __fastcall Setfont(Graphics::TFont* value);
-
- public:
- __fastcall virtual TAHMAboutDialog(Classes::TComponent* AOwner);
- __fastcall virtual ~TAHMAboutDialog(void);
- bool __fastcall Execute(void);
-
- __published:
- __property Ahmfreeware::TAHMAboutFreeStr About = {read=FAbout, write=FAbout};
- __property System::AnsiString VersionDescription = {read=fver, write=fver};
- __property Classes::TStrings* ActualInformation = {read=fact, write=sact};
- __property Classes::TStrings* SystemInformation = {read=fsys, write=ssys};
- __property Graphics::TFont* Fonts = {read=fFont, write=Setfont};
- };
-
- //-- var, const, procedure ---------------------------------------------------
- extern PACKAGE TAHMAboutInfoForm* AboutInfoForm;
-
- } /* namespace Ahmtaboutdialog */
- #if !defined(NO_IMPLICIT_NAMESPACE_USE)
- using namespace Ahmtaboutdialog;
- #endif
- //-- end unit ----------------------------------------------------------------
- #endif // AHMTAboutDialog
-